home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / os2tg_10.zip / SIO153.ZIP / SIOUSER.TXT < prev    next >
Text File  |  1995-08-16  |  73KB  |  1,602 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                                   USERS MANUAL
  25.  
  26.             SIO.SYS and VSIO.SYS, Serial Communications Device Driver
  27.             for OS/2 V2 (and up) and its Virtual DOS Machines (VDM).
  28.  
  29.                      Copyright (c) 1995 by Raymond L. Gwinn
  30.                                 26 Tanager Place
  31.                           Beckley, West Virginia 25801
  32.                                All Rights Reserved
  33.  
  34.                                  August 10, 1995
  35.  
  36.                                       Email
  37.                               CompuServe 71154,575
  38.                              Internet ray@gwinn.com
  39.  
  40.                            VOICE ORDERS 1-304-255-7900
  41.                                FAX 1-304-255-7902
  42.                          BBS 1-255-7903 or 199.248.240.2
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                   INTRODUCTION
  66.  
  67.      SIO.SYS and VSIO.SYS are companion device drivers for Version 2 (and
  68.      up) of the OS/2 operating system.
  69.  
  70.      Both drivers (SIO/VSIO) have been coded with performance in mind,
  71.      possibly sacrificing some compatibility.  For this reason, SIO and
  72.      VSIO are not exact replacements for the OS/2 drivers COM and VCOM. 
  73.      However, all serial communications programs tested by the author work
  74.      correctly using SIO/VSIO.
  75.  
  76.      This manual is intended for the SIO user.  A separate SIO Technical
  77.      Reference Manual is included in the distribution zip.  The Technical
  78.      Reference Manual also documents some advanced options and features
  79.      that are not documented here.
  80.  
  81.      This manual and the software distributed with it is provided with no
  82.      guarantees.  Use it at your own risk.
  83.  
  84.  
  85.  
  86.  
  87.                                                                          ii
  88.  
  89.                                 TABLE OF CONTENTS
  90.  
  91.  
  92.      INTRODUCTION  . . . . . . . . . . . . . . . . . . . . . . . . . .    i
  93.           SIO Technical Reference Manual . . . . . . . . . . . . . . .    i
  94.  
  95.      WHAT IS SIO . . . . . . . . . . . . . . . . . . . . . . . . . . .    1
  96.  
  97.      WHAT IS VSIO  . . . . . . . . . . . . . . . . . . . . . . . . . .    2
  98.  
  99.      DISTRIBUTION AND SUPPORT  . . . . . . . . . . . . . . . . . . . .    3
  100.           Distribution and Ordering  . . . . . . . . . . . . . . . . .    3
  101.                SIO Distribution and Support BBS  . . . . . . . . . . .    3
  102.           Support  . . . . . . . . . . . . . . . . . . . . . . . . . .    3
  103.                OS/2 Vendor Forum on
  104.                     CompuServe . . . . . . . . . . . . . . . . . . . .    3
  105.           Updates  . . . . . . . . . . . . . . . . . . . . . . . . . .    4
  106.  
  107.      GETTING STARTED . . . . . . . . . . . . . . . . . . . . . . . . .    5
  108.           Installing SIO/VSIO  . . . . . . . . . . . . . . . . . . . .    5
  109.           Quick Start  . . . . . . . . . . . . . . . . . . . . . . . .    5
  110.  
  111.      COMMAND LINE OPTIONS  . . . . . . . . . . . . . . . . . . . . . .    6
  112.           COM1 thru
  113.                COMn  . . . . . . . . . . . . . . . . . . . . . . . . .    6
  114.           I/O port address . . . . . . . . . . . . . . . . . . . . . .    6
  115.           IRQ number . . . . . . . . . . . . . . . . . . . . . . . . .    6
  116.           Forced 16550A  . . . . . . . . . . . . . . . . . . . . . . .    6
  117.  
  118.      Development and Debugging Tools . . . . . . . . . . . . . . . . .    8
  119.           The Poor Man's Line Monitor (PMLM.EXE) . . . . . . . . . . .    8
  120.           VIEWPMLM.EXE . . . . . . . . . . . . . . . . . . . . . . . .    9
  121.           SIO's Utility (SU.EXE) . . . . . . . . . . . . . . . . . . .    9
  122.                IRQs that are currently free  . . . . . . . . . . . . .    9
  123.  
  124.      Intelligent Cards Supported . . . . . . . . . . . . . . . . . . .   10
  125.           Hayes ESP  . . . . . . . . . . . . . . . . . . . . . . . . .   10
  126.                ESP in Compatibility Mode . . . . . . . . . . . . . . .   10
  127.           Telcor Tport . . . . . . . . . . . . . . . . . . . . . . . .   10
  128.  
  129.      . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   11
  130.  
  131.      AUTOMATIC IRQ ASSIGNMENT  . . . . . . . . . . . . . . . . . . . .   11
  132.  
  133.      DOS SETTINGS  . . . . . . . . . . . . . . . . . . . . . . . . . .   12
  134.           SIO_Allow_Access_COMn  . . . . . . . . . . . . . . . . . . .   12
  135.           SIO_Virtualize_COM_Ports . . . . . . . . . . . . . . . . . .   12
  136.           SIO_Virtualize_16550A  . . . . . . . . . . . . . . . . . . .   12
  137.           SIO_Share_Access_With_OS/2 . . . . . . . . . . . . . . . . .   12
  138.           SIO_Screen_Sync_Kludge . . . . . . . . . . . . . . . . . . .   13
  139.           SIO_Mode_DTR . . . . . . . . . . . . . . . . . . . . . . . .   13
  140.           SIO_Mode_IDSR  . . . . . . . . . . . . . . . . . . . . . . .   14
  141.           SIO_Mode_OCTS  . . . . . . . . . . . . . . . . . . . . . . .   15
  142.           SIO_Mode_ODSR  . . . . . . . . . . . . . . . . . . . . . . .   15
  143.           SIO_Mode_RTS . . . . . . . . . . . . . . . . . . . . . . . .   15
  144.  
  145.  
  146.  
  147.  
  148.                                                                         iii
  149.  
  150.           SIO_Mode_XON/XOFF  . . . . . . . . . . . . . . . . . . . . .   16
  151.           SIO_Mode_FIFO_Load_Count . . . . . . . . . . . . . . . . . .   17
  152.  
  153.      Configuration Profiles  . . . . . . . . . . . . . . . . . . . . .   18
  154.           Seiko Smart Label Printer  . . . . . . . . . . . . . . . . .   18
  155.           IBM's SLIP . . . . . . . . . . . . . . . . . . . . . . . . .   18
  156.  
  157.      Differences between SIO/VSIO and COM/VCOM . . . . . . . . . . . .   19
  158.  
  159.      PROBLEMS AND SOLUTIONS  . . . . . . . . . . . . . . . . . . . . .   21
  160.           IRQ for a port appears to be wrong . . . . . . . . . . . . .   21
  161.           The modem will not initialize  . . . . . . . . . . . . . . .   21
  162.           WinFax locks up during install . . . . . . . . . . . . . . .   21
  163.           Telemate does not recognize VX00 as a FOSSIL . . . . . . . .   21
  164.           Comm output is very slow from DOS  . . . . . . . . . . . . .   21
  165.            . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   21
  166.           Procomm stops receiving  . . . . . . . . . . . . . . . . . .   22
  167.           Procomm For Windows download errors  . . . . . . . . . . . .   22
  168.           WinFax does not work well. . . . . . . . . . . . . . . . . .   23
  169.                Class 1 FAX modem . . . . . . . . . . . . . . . . . . .   23
  170.                Class 2 FAX modem . . . . . . . . . . . . . . . . . . .   23
  171.           Serial Printer messes up on last page. . . . . . . . . . . .   23
  172.  
  173.      IRQ SHARING ON ISA  . . . . . . . . . . . . . . . . . . . . . . .   24
  174.  
  175.      Appendix A, Hardware Port and IRQ Assignments . . . . . . . . . .   25
  176.           Addresses and IRQs for COM1 and COM2 . . . . . . . . . . . .   25
  177.           Defacto standard for COM3 and COM4 . . . . . . . . . . . . .   25
  178.           Addresses and IRQ for COM3 through COM8 on the PS/2  . . . .   25
  179.  
  180.      Appendix B, SIO Chips . . . . . . . . . . . . . . . . . . . . . .   26
  181.           8250 . . . . . . . . . . . . . . . . . . . . . . . . . . . .   26
  182.           8250A  . . . . . . . . . . . . . . . . . . . . . . . . . . .   26
  183.           16450  . . . . . . . . . . . . . . . . . . . . . . . . . . .   26
  184.           16C451 . . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  185.           16550 (Non A)  . . . . . . . . . . . . . . . . . . . . . . .   27
  186.           16550A . . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  187.           16550AF  . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  188.           16550AFN . . . . . . . . . . . . . . . . . . . . . . . . . .   27
  189.           16550s Made by Western Digital . . . . . . . . . . . . . . .   28
  190.           16C551 . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  191.           16C552 . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  192.           16C554 . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  193.           82510  . . . . . . . . . . . . . . . . . . . . . . . . . . .   28
  194.           16650  . . . . . . . . . . . . . . . . . . . . . . . . . . .   29
  195.           ComBic . . . . . . . . . . . . . . . . . . . . . . . . . . .   30
  196.  
  197.      Appendix C, Multi-Port Serial I/0 Cards . . . . . . . . . . . . .   31
  198.           STB 4COM . . . . . . . . . . . . . . . . . . . . . . . . . .   31
  199.           Connect Tech Dflex-8 . . . . . . . . . . . . . . . . . . . .   31
  200.           Gtek BBS550  . . . . . . . . . . . . . . . . . . . . . . . .   32
  201.           Neotech Quad Serial  . . . . . . . . . . . . . . . . . . . .   32
  202.  
  203.      INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   33
  204.  
  205.  
  206.  
  207.  
  208.                                                                           1
  209.  
  210.                                    WHAT IS SIO
  211.  
  212.      SIO is a Serial Input/Output (SIO) communications driver.  It provides
  213.      an interface between application programs and the serial
  214.      communications hardware.
  215.  
  216.      SIO had been designed as a high performance replacement for the OS/2
  217.      device driver COM.SYS.  See the Technical Reference Manual for
  218.      information about the known differences between COM.SYS and SIO.SYS.
  219.  
  220.      SIO works with 8250 (type) serial I/O devices.  Such devices include,
  221.      but are not limited to the 8250A, 16450, 16550, 16550A and the 82510. 
  222.      If you have a PC that is an IBM or near compatible which has a serial
  223.      communication port, it is likely that it contains one of these
  224.      devices.  In addition, SIO supports some intelligent serial I/O cards. 
  225.      See "Intelligent Cards Supported" for additional information.  SIO
  226.      will identify the type of serial devices that it finds and display
  227.      them at load time.
  228.  
  229.      Like other Device Drivers, SIO will do very little standing alone. 
  230.      There must be an application(s) program that makes use of SIO's
  231.      functions before one will benefit from SIO.
  232.  
  233.  
  234.  
  235.  
  236.                                                                           2
  237.  
  238.                                   WHAT IS VSIO
  239.  
  240.      VSIO is a Virtual Device Driver (VDD).  Virtual device drivers provide
  241.      services for DOS programs executing under OS/2.  Most Virtual Device
  242.      Drivers emulate a specific hardware device and/or BIOS service.  The
  243.      primary job of a Virtual Device Driver is to convert misbehaved DOS
  244.      input/output into well behaved input/output that can be accepted by
  245.      the OS/2 driver SIO.SYS.
  246.  
  247.      Using the protection mechanism of the 386 (and up) processor, a
  248.      Virtual Device Driver can instruct OS/2 to trap all input/output for
  249.      given hardware ports.  Once trapped, the Virtual Device Driver (VDD)
  250.      appropriately routes information to/from the Physical Device Driver
  251.      (PDD) and to/from the DOS program.
  252.  
  253.      VSIO creates a virtual (imaginary) 16550A or 16450 (UART) in software. 
  254.      Additionally VSIO emulates the BIOS INT 14h services.  All of the
  255.      hardware registers of the virtual UART are simulated by VSIO.  VSIO
  256.      does not attempt to simulate the timing of the real UARTs.  DOS
  257.      programs that depend on the timing of real hardware UARTs may have
  258.      problems executing under VSIO.
  259.  
  260.      All DOS programs that execute under VSIO should have RTS/CTS
  261.      handshaking enabled (in the application) even if SIO proper is not
  262.      using RTS/CTS handshake.  
  263.  
  264.      The virtualization (simulation) provided by VSIO is not (and can not
  265.      be) exact.  However, most well written DOS programs should not have
  266.      problems.
  267.  
  268.      VSIO will only work with SIO installed and the versions of SIO/VSIO
  269.      must match.  If VSIO refuses to install, you most likely have a
  270.      version mismatch or COM.SYS is still installed.  VSIO will not work
  271.      with any other device driver like COM.SYS.
  272.  
  273.  
  274.  
  275.  
  276.                                                                           3
  277.  
  278.                             DISTRIBUTION AND SUPPORT
  279.  
  280.      Distribution and Ordering
  281.      The entire package collectively known as SIO is ShareWare.  It is not
  282.      free software or freeware.  See LICENSE.TXT and ORDER.TXT for
  283.      additional information.  The ShareWare version of SIO is distributed
  284.      electronically and supports only 4 ports (registered versions can be
  285.      ordered supporting up to 16 ports).  One may check their favorite
  286.      electronic hangout for the latest version of SIO.  The latest copy of
  287.      the ShareWare version is always posted for downloading from the BBS at
  288.      1-304-255-7903 or 199.248.240.2.
  289.  
  290.      Registered versions of SIO are distributed by US Mail, electronically
  291.      mail and from the SIO Distribution and Support BBS.  Users desiring to
  292.      register electronically, may call the BBS and register on line (1-304-
  293.      255-7903 or 199.248.240.2) and immediately download their registered
  294.      version of SIO.  Use the ORDER command at the main BBS prompt.
  295.  
  296.      Registrations/Orders can also be placed by phone, mail, FAX, and
  297.      email.  See the front cover of this manual for the phone numbers and
  298.      addresses.  Also see ORDER.TXT for and order form that may be used.
  299.  
  300.      Support
  301.      Extensive testing has been done to insure that this product works on
  302.      the widest possible range of OS/2 V2 (and up) systems.  In most cases,
  303.      problems can be resolved by reading this manual carefully.
  304.  
  305.      Support is provided in section 4 of the OS/2 Vendor Forum on
  306.      CompuServe (GO OS2BVEN).  Section 4 of the OS2BVEN Forum is dedicated
  307.      to the support of SIO.
  308.  
  309.      In addition, support is provided by BBS, Email and FAX.  Voice support
  310.      would overwhelm the author and is not available.  If, after reading
  311.      the manual carefully, you are unable to resolve a problem, you may
  312.      submit a problem report to one of the following: 
  313.                                       Email
  314.                               CompuServe 71154,575
  315.                              Internet ray@gwinn.com
  316.                                FAX 1-304-255-7902
  317.                        BBS 1-304-255-7903 or 199.248.240.2
  318.  
  319.      Users should note that Support does not always result in a correction
  320.      of a problem.  In addition, the support provided is support of SIO,
  321.      and not the applications that use SIO.  Questions and/or problems
  322.      about applications programs (such as terminal or FAX programs) should
  323.      be directed to the available support for the application.
  324.  
  325.  
  326.  
  327.  
  328.                                                                           4
  329.  
  330.  
  331.      Updates
  332.  
  333.      In general, updates/upgrades of SIO are free of charge for all
  334.      releases of SIO with the same major version number.  However, there
  335.      may be a handling charge if the user requires the upgrade to be mailed
  336.      or emailed.
  337.  
  338.      Registered users of SIO can update to the latest version FREE of
  339.      charge using the BBS and its UPDATE command.  Be sure to have your SIO
  340.      serial number when you first log onto the BBS.  All variations (number
  341.      of ports) of SIO are available for immediate download from the BBS by
  342.      registered users.
  343.  
  344.      Users that have a registered copy of SIO can also use REREG.EXE to
  345.      transfer the registration information to a new version of SIO.  Simply
  346.      unzip the new SIO files into a temporary directory, change to that
  347.      directory, execute REREG and answer the questions.  After doing the
  348.      above, all of the files in the temporary directory will have been
  349.      registered.  You must then copy all the SYS and EXE files from the
  350.      temporary directory to their normal directory (overlaying the old
  351.      registered version) or execute the SIO install program (INSTALL.EXE). 
  352.      Then you must reboot.  You may also want to check your CONFIG.SYS for
  353.      the path of the SIO/VSIO being loaded and make sure both the new ones
  354.      are being loaded.
  355.  
  356.      If REREG will not transfer your registration information from a
  357.      previous version of SIO to the new version, then an upgrade must be
  358.      ordered on disk or obtained from the support BBS.
  359.  
  360.  
  361.  
  362.  
  363.                                                                           5
  364.  
  365.                                  GETTING STARTED
  366.  
  367.      Installing SIO/VSIO
  368.  
  369.      SIO is distributed as a ZIP file.  To extract the individual files
  370.      from the distribution file you need the program PKUNZIP or an
  371.      equivalent.  PKUNZIP is a product of PKWARE and can be downloaded from
  372.      almost any bulletin board system (BBS).  You probably already have
  373.      PKUNZIP and know how to use it, otherwise I doubt that you would be
  374.      reading this.  When PKUNZIP is used to extract the various files, -AV
  375.      should appear after each file name as it is extracted.  In addition,
  376.      the message:
  377.  
  378.           Authentic files Verified!
  379.  
  380.      should appear after the extraction process.  If this message does not
  381.      appear, or appears with a name other than Raymond L. Gwinn, the file
  382.      is not an original SIO distribution file.
  383.  
  384.      The only file that the basic user actually needs is SIO.SYS.  Virtual
  385.      DOS machine (VDM) users will also want VSIO.SYS.  Copy one or both of
  386.      these files to a convenient directory or subdirectory on your system. 
  387.      An installation program (INSTALL.EXE) is provided to install the SIO
  388.      files and modify your CONFIG.SYS
  389.  
  390.      Quick Start
  391.  
  392.      Create a temporary directory, change into that directory and unzip the
  393.      SIO distribution zip there.  Type INSTALL followed by the enter key. 
  394.      For a basic setup, that is all that is needed.
  395.  
  396.      If you choose to install SIO manually, the following should be done.
  397.  
  398.      BE SURE THAT ANY SERIAL MOUSE DRIVER APPEARS IN THE CONFIG.SYS BEFORE
  399.      SIO.SYS
  400.  
  401.      If you are going to use standard communications ports, either COM1 or
  402.      COM2 on an ISA bus (AT or clone), or COM1 through COM4 on a PS/2, then
  403.      add the following line to your CONFIG.SYS file:
  404.  
  405.           DEVICE=SIO.SYS
  406.           DEVICE=VSIO.SYS
  407.  
  408.      Be sure to REMark out the COM.SYS and VCOM.SYS device drivers if they
  409.      exist in your CONFIG.SYS.
  410.  
  411.      With the above statements you will be able to use standard COM1 and/or
  412.      COM2 (if they exist) on any PC system known to the author.
  413.  
  414.      If your setup is more complex, you must read on.
  415.  
  416.  
  417.  
  418.  
  419.                                                                           6
  420.  
  421.                               COMMAND LINE OPTIONS
  422.  
  423.      The command line options are included in the command line that loads
  424.      SIO in the CONFIG.SYS file.  VSIO has no command line options. 
  425.      Command line options are usually grouped by port within parenthesis.
  426.  
  427.      If you use only COM1 and/or COM2, at the standard IRQ and port
  428.      addresses, you will not need any command line options.  However, up to
  429.      four serial communications ports, COM1 thru COM4, can be specified at
  430.      any base port address and any IRQ.  On PS/2 systems and some ISA
  431.      cards, SIO/VSIO supports multiple communications devices sharing the
  432.      same IRQ.
  433.  
  434.      The basic command line syntax is as follows:
  435.  
  436.           DEVICE=SIO.SYS (Cn, An, In, Ig, Fc) [(Cn, An, In, Ig, Fc)]
  437.  
  438.      Where
  439.           "Cn" is the comm port number (1 thru 4) or the string COM1 thru
  440.           COMn.  The port number may preceeded by an asterisk "*" to
  441.           indicate that the port may be used as a PCMCIA comm port (eg *1
  442.           or *COM1).  Note that it is normal for SIO to display a warning
  443.           about not finding anything at PCMCIA ports.
  444.  
  445.           "An" is a hexadecimal number that defines the base hardware I/O
  446.           port address for the communications port.  If this field is left
  447.           blank, the default I/O port address is used for the comm port. 
  448.           Note that default I/O addresses exist only for COM1 through COM4
  449.           on AT type systems and for COM1 through COM8 on PS/2 systems.
  450.  
  451.           "In" is an IRQ number (0 thru 15) or the string IRQ0 thru IRQ15
  452.           or the string NONE.  It is best if one leaves this field blank
  453.           and allows SIO to determine the IRQ, see AUTOMATIC IRQ ASSIGNMENT
  454.           below.  The IRQ choice of NONE is provided for cards that can
  455.           work either with or without an IRQ like the Hayes ESP.
  456.  
  457.           "Ig" is an ignored parameter.  If exists for compatibility with
  458.           COM.SYS.
  459.  
  460.           "Fc" is the Forced 16550A chip parameter.  If an F is placed in
  461.           this position, a 16550A UART chip type is forced regardless of
  462.           the automatically detected chip type.
  463.  
  464.  
  465.  
  466.  
  467.                                                                           7
  468.  
  469.  
  470.      For a PC with COM1 and COM2 of standard configuration, the following
  471.      command line will load SIO correctly:
  472.  
  473.           DEVICE=SIO.SYS (1, 3F8, 4) (2, 2f8, 3)
  474.  
  475.      A more readable, but identical, command line is:
  476.  
  477.           DEVICE=SIO.SYS (COM1,3F8,IRQ4) (COM2,2F8,IRQ3)
  478.  
  479.      Forcing a 16550A on COM1 would be as follows:
  480.  
  481.           DEVICE=SIO.SYS (COM1,3F8,IRQ4,,F) (COM2,2F8,IRQ3)
  482.  
  483.      In a similar manner, up to sixteen serial communications ports (four
  484.      in the Shareware version) can be defined and supported by SIO and
  485.      VSIO.
  486.  
  487.  
  488.  
  489.  
  490.                                                                           8
  491.  
  492.                          Development and Debugging Tools
  493.  
  494.      The Poor Man's Line Monitor (PMLM.EXE)
  495.  
  496.      PMLM is basically of interest to developers of comm applications and
  497.      those providing technical support for those applications.  This SIO
  498.      utility is released largely (in self defense) in the hope that some
  499.      users can diagnose their own problems.  PMLM's feature of saving trace
  500.      information to disk will only work with registered and beta versions
  501.      of SIO.
  502.  
  503.      PMLM provides basic line monitoring for OS/2, DOS and Windows comm
  504.      programs.  All characters sent or received by application programs are
  505.      displayed in the upper portion of the screen.  Receive characters are
  506.      displayed as "white on blue" and transmitted characters are displayed
  507.      "yellow on violet".  Line signals, such as CTS are displayed as "dim
  508.      white on red" when turned off and "bright white on red" when turned
  509.      on.  In addition, a signal's transition to OFF is displayed in lower
  510.      case and a signal's transition to ON is displayed in upper case.
  511.  
  512.      Status information is displayed in the lower part of the screen.  A
  513.      bright white display means the signal is on, a dim white indicates
  514.      that the signal is off.  In addition, when bright,  Rxoff and Txoff
  515.      indicate the SIO has sent (Txoff) or received (Rxoff) an Xoff, and an
  516.      Xon is pending.
  517.  
  518.      When a DOS or Windows session uses a comm port, an additional line of
  519.      signal status appears.  This status line shows the state of the
  520.      virtual UART's signals.  Only the signals which MAY be different from
  521.      the real UART's signals are shown.
  522.  
  523.      "Rx Chars" and "Tx Chars" reflects the number of characters in SIO's
  524.      receive and transmit buffers respectively.
  525.  
  526.      The last line on the screen shows the keys (from the keyboard) that
  527.      PMLM will recognize.  The bright character shows the key to hit for
  528.      the associated function.  The font keys will not work in a windowed
  529.      OS/2 session.
  530.  
  531.      PMLM's command line requires one parameter, the comm port number, and
  532.      optionally accepts an additional parameter giving a save trace file
  533.      name.  For example, PMLM 1 COM1INFO.TRC will monitor COM1 and save ALL
  534.      of the communications traffic in the file COM1INFO.TRC.  The trace
  535.      files created by PMLM contain exactly the same information that is
  536.      displayed by PMLM, video attributes and all.
  537.  
  538.  
  539.  
  540.  
  541.                                                                           9
  542.  
  543.  
  544.      VIEWPMLM.EXE may be used to view trace files created by PMLM. 
  545.      VIEWPMLM.EXE requires one parameter, the trace file name.  The user
  546.      can use the keys UP, DOWN, PAGEUP, PAGEDOWN, HOME, and END to navigate
  547.      the saved trace file.  Registered SIO users may send VIEWPMLM.EXE
  548.      (along with saved trace files) to anyone for technical support
  549.      purposes.
  550.  
  551.      VIEWPMLM can be used in native DOS, in DOS sessions under OS/2, and in
  552.      OS/2 sessions.  This means that even those developers and support
  553.      people need not have OS/2 to view the captured communications data
  554.      created by PMLM.
  555.  
  556.      SIO's Utility (SU.EXE)
  557.  
  558.      This utility program has several useful commands.  You can obtain a
  559.      list of the available commands by typing SU at any command line prompt
  560.      without any parameters.  One very useful command is SU IRQS.  This
  561.      command will show IRQs that are currently free for use.  Commands are
  562.      provided allowing user control (missing from MODE) are available. 
  563.      Status commands provide a wealth of diagnostic information.
  564.  
  565.  
  566.  
  567.  
  568.                                                                          10
  569.  
  570.                            Intelligent Cards Supported
  571.  
  572.  
  573.      Hayes ESP
  574.  
  575.      The original ESP (ESP V1) is not supported.  The SIO command line must
  576.      contain the ESP's enhanced I/O port address.  For bit rates exceeding
  577.      180000bps the IRQ MUST be specified for the master port. For lower
  578.      data rates NONE may be specified for the IRQ.  SIO does not search for
  579.      the ESP ports as the Hayes drivers do under DOS/Windows.  This
  580.      searching can (will) break things under OS/2.  The SIO command line
  581.      for an ESP at I/O port 180h using IRQ14 would be as follows:
  582.  
  583.      DEVICE=path\SIO.SYS (COM1,180,IRQ14)
  584.  
  585.      If you would like the above reflected to DOS sessions as a standard
  586.      COM1, then use the following command line:
  587.  
  588.      DEVICE=path\SIO.SYS (COM1,180:3F8,IRQ14:IRQ4)
  589.  
  590.      Note that the numbers after the colons ":" are the address and IRQ of
  591.      where the port appears to DOS software running under OS/2.  
  592.      Any IRQ specified for an ESP slave port is ignored.  For those that
  593.      like to have a clean looking CONFIG.SYS, SIO will accept NONE as the
  594.      IRQ specification of an ESP slave port.
  595.  
  596.      If you wish to use the ESP in Compatibility Mode, simply specify the
  597.      base port address that the ESP's compatibility mode is configured for
  598.      (ie 3F8 when configured for COM1).
  599.  
  600.      Telcor Tport
  601.  
  602.      The Telcor Tport is supported in both burst mode and 16450 emulation
  603.      mode.  When in burst mode, the Tport's 16k FIFOs are enabled. 
  604.      Additionally in burst mode, no IRQ is used by the Tport.  In burst
  605.      mode, any IRQ specified for the Tport is ignored.  For those that like
  606.      to have a clean looking CONFIG.SYS, SIO will accept NONE as the IRQ
  607.      specification of a Tport.  An example command line defining a Tport
  608.      card to be used in burst mode; and that is configured for COM1
  609.      follows:
  610.  
  611.      DEVICE=path\SIO.SYS (COM1,Tport@3F8,NONE:IRQ4)
  612.  
  613.      The Tport's 16450 Emulation mode simply uses a normal SIO command
  614.      line. eg:
  615.  
  616.      DEVICE=path\SIO.SYS (COM1,3F8,IRQ4:IRQ4)
  617.  
  618.      In both examples the "IRQ4" following the colon above, means that the
  619.      virtual IRQs are to be sent to a VDM on IRQ4.
  620.  
  621.  
  622.  
  623.  
  624.                                                                          11
  625.  
  626.  
  627.                             AUTOMATIC IRQ ASSIGNMENT
  628.  
  629.      SIO will automatically locate the IRQ that a comm port is attached to. 
  630.      The IRQ used by SIO for a given comm port is assigned in the following
  631.      manner:
  632.  
  633.      1 - If an IRQ is specified in the SIO command line then that IRQ is
  634.      used.  However, SIO will display a warning message if the IRQ seems to
  635.      be other than specified.
  636.  
  637.      2 - If no IRQ is specified in the command line, and if SIO detected
  638.      the IRQ then the detected IRQ is used.
  639.  
  640.      3 - If no IRQ is specified in the command, and if SIO could NOT detect
  641.      an IRQ then the default IRQ for the comm port is used.  SIO will also
  642.      display a warning message in this case.
  643.  
  644.      The following STYLE command line is recommended for all but the most
  645.      unusual systems.  That is, specify only the port number for those
  646.      above COM2 (to tell SIO to support those ports) and let SIO do the
  647.      rest.
  648.  
  649.      DEVICE=SIO.SYS (COM3) (COM4)
  650.  
  651.      If you do not have a COM3 or COM4, or if the mouse is using the only
  652.      comm port above COM2 then the following command line should be used.
  653.  
  654.      DEVICE=SIO.SYS
  655.  
  656.  
  657.  
  658.  
  659.                                                                          12
  660.  
  661.                                   DOS SETTINGS
  662.  
  663.      VSIO gets its operational characteristics from DOS Settings.  Several
  664.      basic DOS Settings are provided.  They specify the type of access (if
  665.      any) that a DOS program is to have to a communication port that SIO
  666.      controls.
  667.  
  668.      All of the DOS Settings default to what most users should use most of
  669.      the time (which is ON).  Also, all of the DOS Settings are prefixed
  670.      with SIO_.
  671.  
  672.      If any of the DOS settings are changed, then the DOS session must be
  673.      restarted from the Work Place Shell for the changed setting to take
  674.      affect.
  675.  
  676.      The provided DOS Settings and their meaning follow:
  677.  
  678.           "SIO_Allow_Access_COMn" (where n is 1 thru 4).  This DOS setting
  679.           defaults to ON.  If this setting is turned OFF for any or all of
  680.           the ports, the DOS program will not be allowed any access to that
  681.           port(s).
  682.  
  683.           "SIO_Virtualize_COM_Ports"  This Dos setting defaults to ON and
  684.           it applies to all communications ports used by the DOS session. 
  685.           When ON, this DOS setting means VSIO is to act as an interface
  686.           between the SIO and the DOS program.  When OFF, the DOS program
  687.           is given direct access to the hardware ports of the UART(s).
  688.  
  689.           "SIO_Virtualize_16550A"  This DOS setting defaults to ON and it
  690.           applies to all communications ports used by the DOS session. 
  691.           When ON, VSIO will simulate a 16550A.  When OFF, VSIO will
  692.           simulate a 16450.  Some DOS programs may not work when a 16550A
  693.           is simulated.  Turning this setting off may allow the program to
  694.           work (but slower).
  695.  
  696.           "SIO_Share_Access_With_OS/2"  This DOS setting defaults to ON and
  697.           it applies to all communications ports used by the DOS session. 
  698.           When ON, SIO will allow an OS/2 session to access a
  699.           communications port which the DOS session first opened (and has
  700.           not closed).  If set to OFF, then the DOS session will have
  701.           exclusive use of the communications port(s) that it uses.
  702.  
  703.           This setting does not apply to a second DOS session attempting to
  704.           access a communications port,  two different DOS sessions are
  705.           never allowed to access the same port at the same time. 
  706.           Additionally, this setting has no affect upon the access to a
  707.           communications port which is first opened by an OS/2 session.
  708.  
  709.  
  710.  
  711.  
  712.                                                                          13
  713.  
  714.  
  715.           "SIO_Screen_Sync_Kludge" DOS setting.  This DOS setting defaults
  716.           to off and it applies to all communications ports used by the DOS
  717.           session.  Some DOS BBS programs (such as Wildcat) and many DOS
  718.           Door programs attempt to synchronize the screen output with
  719.           transmitted data.  This plays havoc with a multi tasking system
  720.           like OS/2 and results in very slow transmitted data.  When this
  721.           setting is on, an attempt is made to fake out these misbehaved
  722.           programs and allow them to run at normal transmit speed.  This
  723.           setting should not be turned on unless you experience VERY slow
  724.           transmission from a DOS program.
  725.  
  726.      All of the DOS Settings that begin with "SIO_Mode"  allows one to
  727.      construct a MODE command for a DOS session.  These settings apply to
  728.      SIO proper, and not necessarily to the DOS program itself.  For
  729.      example, if you set XON/XOFF handshake with the appropriate SIO_Mode
  730.      setting, you are specifying that SIO is to implement the handshaking. 
  731.      The DOS application itself will be unaware of this handshaking.  This
  732.      can be very confusing, so think it through before you start changing
  733.      the defaults.
  734.  
  735.      The "SIO_Mode" settings WILL NOT BE APPLIED IF THE COMM PORT IS
  736.      ALREADY OPEN WHEN THE DOS SESSION FIRST ACCESSES THE COMM PORT.  This
  737.      means that the "SIO_Mode" settings will NOT be asserted for spawned
  738.      DOS comm programs.  That is, for spawned DOS comm programs, the mode
  739.      of operation that is already in effect will continue to be in effect
  740.      and the "SIO_Mode" settings are ignored.
  741.  
  742.           "SIO_Mode_DTR"  This setting has three options that specify how
  743.           SIO and VSIO are to treat the DTR signal.  The there available
  744.           option are:
  745.                     No Change at OPEN or CLOSE.
  746.                     Turn ON at OPEN, OFF at CLOSE.
  747.                     HandShake Signal, as in DTR/DSR.
  748.  
  749.                If either of the first two settings is selected, then
  750.                basically the DOS application has direct control over the
  751.                DTR signal.  If the second option is selected, then DTR will
  752.                be turned on by SIO when the DOS program first touches the
  753.                comm port.
  754.  
  755.                If the third option is selected, then SIO will use DTR as a
  756.                handshaking signal.  That is, DTR will be turned off if SIO
  757.                can not accept any further receive data.  In addition, if
  758.                the DOS application program turns off the Virtual DTR, VSIO
  759.                will stop supplying the DOS application with receive data.
  760.  
  761.  
  762.  
  763.  
  764.                                                                          14
  765.  
  766.  
  767.           "SIO_Mode_IDSR"  This setting specifies how SIO is to react to
  768.           received data and the DSR signal.  The two available options are:
  769.                     Ignore DSR During Receive.
  770.                     Required for Valid Receive Data.
  771.  
  772.                If the first option (the default) is selected, then SIO will
  773.                ignore DSR and accept all received data.  If the second
  774.                option is selected, then SIO will ignore received data when
  775.                the DSR signal is off.  VSIO ignores this DOS setting.
  776.  
  777.  
  778.  
  779.  
  780.                                                                          15
  781.  
  782.  
  783.           "SIO_Mode_OCTS"  This setting specifies how SIO will react to the
  784.           CTS signal when transmitting data.  The two available options
  785.           are:
  786.                     HandShake Signal, as in RTS/CTS.
  787.                     Ignore CTS During Transmit.
  788.  
  789.                If the first option (the default) is selected, then SIO will
  790.                not transmit data when the CTS signal is off.  If the second
  791.                option is selected, then SIO will ignore CTS during
  792.                transmit.  Note that this setting should be set to "Ignore"
  793.                for 3 wire connections like the Seiko Smart Label Printer,
  794.                and Laplink.  VSIO ignores this setting.
  795.  
  796.           "SIO_Mode_ODSR"  This setting specifies how SIO is to react to
  797.           the DSR signal during transmit.  The two available options are:
  798.                     Ignore DSR During Transmit.
  799.                     HandShake Signal, as in DTR/DSR.
  800.  
  801.                If the first option (the default) is selected, then SIO will
  802.                ignore DSR during transmit.  If the second option is
  803.                selected, then SIO will not transmit data when the DSR
  804.                signal is off.  VSIO ignores this setting.
  805.  
  806.  
  807.           "SIO_Mode_RTS" This setting has three options that specify how
  808.           SIO and VSIO are to treat the RTS signal.  The there available
  809.           option are:
  810.                     HandShake Signal, as in RTS/CTS.
  811.                     No Change at OPEN or CLOSE.
  812.                     Turn ON at OPEN, OFF at CLOSE.
  813.  
  814.                If either of the last two settings is selected, then
  815.                basically the DOS application has direct control over the
  816.                RTS signal.  If the last option is selected, then RTS will
  817.                be turned on by SIO when the DOS program first touches the
  818.                comm port.
  819.  
  820.                If the first option (the default) is selected, then SIO will
  821.                use RTS as a handshaking signal.  That is, RTS will be
  822.                turned off if SIO can not accept any further receive data. 
  823.                In addition, if the DOS application program turns off the
  824.                virtual RTS signal, VSIO will stop supplying the DOS
  825.                application with receive data.
  826.  
  827.  
  828.  
  829.  
  830.                                                                          16
  831.  
  832.  
  833.           "SIO_Mode_XON/XOFF"  This setting specifies if (and how) SIO is
  834.           to use XON/XOFF flow control.  The four options are:
  835.                     No XON/XOFF flow control by SIO.
  836.                     Received XON is flow control.
  837.                     Sent XON is flow control.
  838.                     Rcvd and Sent XON is flow control.
  839.  
  840.                The first option (the default) specifies that SIO is not to
  841.                use XON/XOFF flow control at all.  The second option
  842.                specifies that SIO is to treat received XON/XOFF as flow
  843.                control, but that SIO must not send XON/XOFF as flow control
  844.                characters.  The third option specifies that SIO may send
  845.                XON/XOFF as flow control characters, but that received
  846.                XON/XOFF characters are to be treated as normal data.  The
  847.                fourth option turns on XON/XOFF flow control in both
  848.                directions, meaning that all sent and received XON/XOFF
  849.                characters are flow control.
  850.  
  851.  
  852.  
  853.  
  854.                                                                          17
  855.  
  856.  
  857.           "SIO_Mode_FIFO_Load_Count"  This setting specifies how many
  858.           characters that SIO will load into a 16550A UART at one time. 
  859.           The choices are 1 and 16 (16 is the default).  The only case
  860.           known to the author where one would select a setting of 1, is
  861.           when very fast reaction to flow control is needed.  One such case
  862.           is the Seiko Smart Label Printer which uses XON/XOFF flow control
  863.           and a 3 wire connection.  If one is using a 16550 with a load
  864.           count of 16, then 16 additional characters may be sent after an
  865.           XOFF is received.  This condition will overrun the Seiko Printer. 
  866.           If the "Load Count" is set to 1, then SIO will transmit (at most)
  867.           two additional characters following a received XOFF which allows
  868.           the Seiko Printer to work.  A setting of 1 will cause additional
  869.           system overhead due to additional transmit interrupts.
  870.  
  871.  
  872.  
  873.  
  874.                                                                          18
  875.  
  876.  
  877.                              Configuration Profiles
  878.  
  879.      I will attempt to provide the DOS Settings that one should try for DOS
  880.      communications programs in this section.  The settings may not work on
  881.      all systems.  I will add to this section as I receive information from
  882.      users.  All DOS Settings that are not given should be at their
  883.      defaults.
  884.  
  885.      Seiko Smart Label Printer.
  886.           I tested the Seiko printer successfully using the following DOS
  887.           settings for SIO:
  888.  
  889.           SIO_Mode_DTR                No Change at OPEN or CLOSE
  890.           SIO_Mode_FIFO_Load_Count    1.
  891.           SIO_Mode_IDSR               Ignore DSR During Receive
  892.           SIO_Mode_OCTS               Ignore CTS During Transmit
  893.           SIO_Mode_ODSR               Ignore DSR During Transmit
  894.           SIO_Mode_RTS                No Change at OPEN or CLOSE
  895.           SIO_Mode_XON/XOFF"          Received XON is flow control
  896.  
  897.      In addition, you should run the printer in its own separate Win-OS/2
  898.      session.
  899.  
  900.      IBM's SLIP
  901.           I have been told by many users that a MODE command is required
  902.           for IBM's SLIP program to work correctly.  The recommended MODE
  903.           command is as follows:
  904.  
  905.           MODE DTR=ON
  906.  
  907.  
  908.  
  909.  
  910.                                                                          19
  911.  
  912.                     Differences between SIO/VSIO and COM/VCOM
  913.  
  914.      What follows is some of the differences between SIO/VSIO and COM/VCOM
  915.      that are known to the author.
  916.  
  917.      1 -  COM.SYS will automatically seek out and support four comm
  918.           ports, COM1 through COM4.  SIO.SYS will automatically seek
  919.           out and support only COM1 and COM2.  If SIO.SYS is to
  920.           support more than two comm ports, they must be defined in
  921.           the command line that loads SIO.SYS.  For example,
  922.           DEVICE=SIO.SYS (COM3) (COM4) will cause SIO.SYS to support
  923.           four comm ports.
  924.  
  925.      2 -  In the absence of overrides in the command line, COM.SYS
  926.           will seek out four comm ports in the sequence of I/O ports
  927.           3F8h, 2F8h, 3E8h and 2E8h.  The first port found in this
  928.           sequence is given the logical name COM1, the second is COM2
  929.           etc.  This means that the comm port at 2F8h could become
  930.           COM1.  In the opinion of the author, this confuses some
  931.           users to frustration.
  932.  
  933.           With no command line overrides, SIO.SYS uses a fixed I/O
  934.           port concept.  That is, COM1 is always at I/O port 3F8h,
  935.           COM2 is always at 2F8h, etc.  Another way of looking at this
  936.           is;  if no comm port exists at port 3F8h, then you do not
  937.           have a COM1.  SIO.SYS will not move another (found) comm
  938.           port into the logical COM1 slot.
  939.  
  940.      3 -  VSIO opens a comm port for a DOS session with sharing allowed. 
  941.           VCOM uses an "exclusive use" open for DOS sessions.
  942.  
  943.      4 -  SIO.SYS always controls the FIFOs of the 16550 UART.  SIO.SYS
  944.           will not allow an application program (OS2 or DOS) to disable the
  945.           FIFOs of a real 16550.  The application may specify the transmit
  946.           fifo load count.
  947.  
  948.      5 -  SIO.SYS will accept any number between 50 and 115200 (921600 if a
  949.           Hayes ESP) as a valid baud rate.  For example, if an application
  950.           program attempts to set a baud rate of 9990 bps, COM.SYS will
  951.           reject it and SIO.SYS will accept it.
  952.  
  953.      6 -  SIO/VSIO execute faster than COM/VCOM.  This means that some
  954.           applications, that are timing dependent, may not work under
  955.           SIO/VSIO that do work under COM/VCOM.
  956.  
  957.  
  958.  
  959.  
  960.                                                                          20
  961.  
  962.  
  963.      7 -  SIO/VSIO provides more reliable active flow control for DOS
  964.           sessions.  For example, if RTS/CTS handshaking is in use, VSIO
  965.           processes the RTS settings by the DOS program while SIO
  966.           completely controls the real RTS signal.  COM/VCOM simply passes
  967.           the RTS signal directly to the hardware.
  968.  
  969.      8 -  COM.SYS will block an application until a write completes.  SIO
  970.           will return to the application program immediately if all of the
  971.           write data will fit into SIO's internal buffers.
  972.  
  973.  
  974.  
  975.  
  976.                                                                          21
  977.  
  978.  
  979.                              PROBLEMS AND SOLUTIONS
  980.  
  981.      1 -  Port already in use is displayed.
  982.  
  983.           This message is displayed when the comm port or the IRQ is in
  984.           use.  If the comm port is not actually in use, the IRQ is most
  985.           likely in use.
  986.  
  987.      2 -  SIO displays a warning message that the IRQ for a port appears to
  988.           be wrong, but the port works.
  989.  
  990.           SIO probably detected more than one IRQ attached to the comm
  991.           port.  This indicates a possible hardware problem with your
  992.           system that you may want to have checked.
  993.  
  994.      3 - The modem will not initialize.
  995.  
  996.           Configure your comm program(s) to insert a delay between modem
  997.           initialization characters as they are sent to the modem.
  998.  
  999.      4 - WinFax locks up during install.
  1000.  
  1001.           During the WinFax install, temporarily turn OFF the DOS setting
  1002.           SIO_Virtualize_COM_Ports.  Once installation is complete, the
  1003.           setting SIO_Virtualize_COM_Ports can be restored.
  1004.  
  1005.      5 - Telemate does not recognize VX00 as a FOSSIL.
  1006.  
  1007.           Set the baud rate in Telemate to less than 57600.
  1008.  
  1009.      6 -  Comm output is very slow from DOS.
  1010.  
  1011.           This is a problem common to many DOS BBS and Door programs.  They
  1012.           attempt to synchronize the local screen with the transmitted
  1013.           data.  That is, they send a character, wait until it is sent and
  1014.           then display the character on the local screen.  This does not
  1015.           cause a problem for the single tasking DOS environment.  However,
  1016.           this procedure causes at least two (probably more) context
  1017.           switches in the multi-tasking environment of OS2, which in turn
  1018.           brings the processor to its knees.  One possible solution is for
  1019.           the programmer to synchronize line by line instead of character
  1020.           by character.
  1021.  
  1022.  
  1023.  
  1024.  
  1025.                                                                          22
  1026.  
  1027.  
  1028.  
  1029.      7 -  Procomm stops receiving
  1030.  
  1031.           Procomm seems to have a bug in its implementation of RTS/CTS
  1032.           handshaking.  The problem shows up most often when Procomm is
  1033.           windowed.  Under certain conditions, Procomm will turn the
  1034.           virtual RTS OFF and does not turn it ON again.  This prevents
  1035.           VSIO from sending further data to Procomm if SIO_Mode_RTS is set
  1036.           for RTS/CTS handshake.  A solution to the problem that seems to
  1037.           work is to set SIO_Mode_RTS to other than RTS/CTS handshake. 
  1038.           Note that SIO_Mode_RTS should be set for RTS/CTS handshake under
  1039.           almost all other conditions.
  1040.  
  1041.      8 -  Procomm For Windows download errors
  1042.  
  1043.           You should find the file PW2.INI in you main WINDOWS directory. 
  1044.           Locate the statement DropRTSAroundDiskWrites=1 and change it to:
  1045.  
  1046.                DropRTSAroundDiskWrites=0
  1047.  
  1048.  
  1049.  
  1050.  
  1051.                                                                          23
  1052.  
  1053.  
  1054.      9 - WinFax does not work well.
  1055.  
  1056.           a- Connect problems with recipient's fax station
  1057.  
  1058.           b- Cannot send more than one page of a multiple page fax
  1059.  
  1060.           c- Transmission fails between pages
  1061.  
  1062.           d- Transmitted pages are corrupted, missing parts, or cut off.
  1063.  
  1064.           Class 1 FAX modem.
  1065.                     The modem init strings set by WinFax 3.0 will work in
  1066.                     the single-layered comm world of DOS and Windows. 
  1067.                     However, these modem init strings will not work in the
  1068.                     multi-layered comm environment used by OS/2. 
  1069.                     Specifically, WinFax 3.0 sets the modem to use only
  1070.                     Xon/Xoff flow control.  Ideally, both Xon/Xoff and
  1071.                     Hardware handshaking needs to be set.  If only one
  1072.                     handshake can be set, set the modem to Hardware
  1073.                     handshake.  For USR FAX modems, use &H3, for many other
  1074.                     modems, the setting is &K3.  Additionally, for WinFax
  1075.                     3.04 and up, place the following in your WINFAX.INI
  1076.                     file:
  1077.                          HdwFlowControl=1
  1078.  
  1079.           Class 2 FAX modem.
  1080.                     It seems to the author that hardware handshake screws
  1081.                     up some (possibly all) class 2 FAX modems.  Therefore,
  1082.                     when using a class 2 modem, WinFax should be configured
  1083.                     to use XON/XOFF handshaking.  For WinFax 3.04 and up,
  1084.                     place the following in your WINFAX.INI file:
  1085.                          HdwFlowControl=0
  1086.  
  1087.                     The author feels that the inability to use hardware
  1088.                     handshake with class 2 FAX modems is a serious design
  1089.                     deficiency.
  1090.  
  1091.      10 - Serial Printer messes up on last page.
  1092.  
  1093.           Add the following command line to your CONFIG.SYS file:
  1094.                RUN=MODE COM1 TO=ON
  1095.  
  1096.  
  1097.  
  1098.  
  1099.                                                                          24
  1100.  
  1101.                                IRQ SHARING ON ISA
  1102.  
  1103.      Sharing the same IRQ for multiple communications ports on ISA systems
  1104.      is not for the weak of heart (or mind).  If you have problems with
  1105.      shared IRQs, DO NOT contact the author.  Contact the board or computer
  1106.      manufacturer for help.
  1107.  
  1108.      Some general rules are as follows:
  1109.  
  1110.      1 - Two different boards (plugged into different slots) can not share
  1111.      the same IRQ.  This is a hardware limitation of ISA systems and can
  1112.      not be corrected by software.  This means that you can not plug in two
  1113.      internal modems, set them for the same IRQ and expect them to work. 
  1114.      This does not apply to PS/2 systems.  The problem of multiple boards
  1115.      sharing the same IRQ was corrected in the PS/2's bus design.
  1116.  
  1117.      2 - SIO can not (will not) share an IRQ with other device drivers at
  1118.      the same time.  SIO releases IRQs that it is currently not using. 
  1119.      This is different form how COM.SYS works.  This difference may show up
  1120.      as an unexpected "port already in use" error that does not occur with
  1121.      COM.SYS.  I have received reports that the SDLC drivers try to
  1122.      concurrently share IRQs with the ASYNC driver.  SIO.SYS will not allow
  1123.      this while COM.SYS will.
  1124.  
  1125.  
  1126.  
  1127.  
  1128.                                                                          25
  1129.  
  1130.                   Appendix A, Hardware Port and IRQ Assignments
  1131.  
  1132.      I have obtained the following information from various sources. 
  1133.      Accuracy is not guaranteed.  In fact, nothing in this document is
  1134.      guaranteed.
  1135.  
  1136.      Addresses and IRQs for COM1 and COM2
  1137.  
  1138.           COM1 uses 03F8h and IRQ4
  1139.           COM2 uses 02F8h and IRQ3
  1140.  
  1141.      Defacto standard for COM3 and COM4 for PC, XT and AT
  1142.  
  1143.           COM3 uses 03E8h and IRQ4
  1144.           COM4 uses 02E8h and IRQ3
  1145.  
  1146.      Addresses and IRQ for COM3 through COM8 on the PS/2
  1147.  
  1148.           COM3 uses 3220h and IRQ3
  1149.           COM4 uses 3228h and IRQ3
  1150.           COM5 uses 4220h and IRQ3
  1151.           COM6 uses 4228h and IRQ3
  1152.           COM7 uses 5220h and IRQ3
  1153.           COM8 uses 5228h and IRQ3
  1154.  
  1155.      All PCs (known to the author) prior to the PS/2 and EISA only use 10
  1156.      bits to address hardware I/0 ports.  Systems prior to the PS/2 and
  1157.      EISA can not address the standard PS/2 addresses for COM3 through
  1158.      COM8.  If an AT or below attempts to address COM3 through COM8 using
  1159.      the PS/2 addresses, only the low 10 bits of the address are used. 
  1160.      That is, the high digit of the hexadecimal address will be ignored. 
  1161.      This means that any reference to COM3 through COM8 will actually
  1162.      address ports 220h through 22Fh on older PCs.
  1163.  
  1164.      One should avoid expansion boards that use ports 220h through 22Fh
  1165.      unless the expansion board is a serial I/O board. 
  1166.  
  1167.      SIO will (attempt to) determine the hardware architecture (ISA/EISA
  1168.      and PS/2) that it is being executed on and use the appropriate
  1169.      hardware port addresses for COM1 thru COM4 as defaults.
  1170.  
  1171.  
  1172.  
  1173.  
  1174.                                                                          26
  1175.  
  1176.                               Appendix B, SIO Chips
  1177.  
  1178.  
  1179.      The following is a collection of comments developed from hearsay,
  1180.      random documents, experience, and technical specifications. So, take
  1181.      it with a grain of salt.  Order information from the various
  1182.      manufactures if you want accurate information.
  1183.  
  1184.      Very good reference books are available from National Semiconductor
  1185.      Corporation.  They cover most of the SIO devices (also called UARTs)
  1186.      that you will find in many PCs and clones.  I am not sure that books
  1187.      can be ordered directly from National semiconductor. They may require
  1188.      that you get it from a distributor.  In any case, the address on the
  1189.      back of the one manual is:
  1190.  
  1191.           National Semiconductor Corporation
  1192.           2900 Semiconductor Drive
  1193.           P.O. Box 58090
  1194.           Santa Clara, CA 95052-8090
  1195.  
  1196.           Tel:(408)721-5000
  1197.           TWX:(910)339-9240
  1198.  
  1199.      8250
  1200.  
  1201.      As best that I know, the 8250 was the first SIO chip (integrated
  1202.      circuit) that was used by the IBM PC and many clones.  In my opinion,
  1203.      it was a poor choice on the part of IBM.  I feel many superior
  1204.      devices, at comparable prices, were readily available.  At that time,
  1205.      I feel the 8251A or the 8530 would have been better choices.  But,
  1206.      they used the 8250 and therefore we must use it.
  1207.  
  1208.      From a hardware standpoint the 8250 is a relatively slow device.  It
  1209.      is advisable that programmers not perform successive inputs or outputs
  1210.      to this device.  It seems that software programs can load the various
  1211.      registers of the 8250 faster than it can process the information.  The
  1212.      8250 had a total of 7 registers.  The specifications state that 56kb
  1213.      is the maximum baud rate.
  1214.  
  1215.      8250A
  1216.  
  1217.      I believe the 8250A is the 8250 with some bug fixes.  I have no idea
  1218.      what the bugs may have been.  A quick glance at the specifications
  1219.      shows the speed of the 8250 and 8250A to be much the same.  The 8250A
  1220.      added an 8th register.  This additional register enables software to
  1221.      detect if an 8250 is installed.  The specifications state that 56kb is
  1222.      the maximum baud rate.
  1223.  
  1224.  
  1225.  
  1226.  
  1227.      16450
  1228.  
  1229.      The 16450 seems to be a speeded up version of the 8250A.  There is no
  1230.      direct way (that I know of) for software to detect the difference
  1231.  
  1232.  
  1233.  
  1234.  
  1235.                                                                          27
  1236.  
  1237.      between an 8250A and a 16450.  I believe the 16450 was developed to
  1238.      eliminate the need for software to insert delays between successive
  1239.      accesses to the device.  The specifications indicate the 16450 is a
  1240.      much faster device than its predecessors.  The additional speed is
  1241.      only the speed at which the processor can access the device.  The
  1242.      maximum baud rate for the 16450 is still stated at 56kb.  However, I
  1243.      have been told by some people that they have run the 16450
  1244.      successfully at much higher speeds. I do not believe there was ever a
  1245.      16450A.
  1246.  
  1247.      16C451
  1248.  
  1249.      The 16C451 is a CMOS version of the 16450.  CMOS is a term for the
  1250.      material and manufacturing process used to make the part.  CMOS
  1251.      typically uses less power than other technologies.  If you are not
  1252.      designing hardware, you should view the 16C451 as a 16450.
  1253.  
  1254.      16550 (Non A)
  1255.  
  1256.      It is hard to find a 16550 (Non A).  I was told by National
  1257.      Semiconductor that they did everything they could to get all 16550s
  1258.      back.  SIO will detect a 16550 and tell you if you have one.  I am
  1259.      told that the 16550 was installed in early PS/2 systems.
  1260.  
  1261.      The 16550 was the first shot at a FIFOed version of the 8250 family
  1262.      from National semiconductor.  However, I was told by National
  1263.      Semiconductor that the FIFOs of the 16550 are not reliable and they
  1264.      should not be enabled.  SIO will treat a 16550 like a 16450.  In this
  1265.      mode, they are reliable.  National Semiconductor would not provide me
  1266.      with a specification for the 16550.  However, I suspect its maximum
  1267.      baud rate is the same as the 16550A which is 256kb.
  1268.  
  1269.      16550A, 16550AF and 16550AFN
  1270.  
  1271.      In the manuals that I have, National Semiconductor does not explain
  1272.      the differences between the 16550A and the 16550AF.  I suspect the AF
  1273.      part may have a few bug fixes.  I believe the N in AFN describes
  1274.      packaging, ceramic versus plastic, DIP versus surface mount etc.
  1275.  
  1276.      In the opinion of the author, there is no substitute for the 16550A
  1277.      (and its successors) in the 8250 type series.  The 16550A is
  1278.      compatible with most software written for the entire family of 8250
  1279.      type devices.  Programs that are 16550A aware can provide much
  1280.      improved performance over previous devices.
  1281.  
  1282.  
  1283.      The maximum baud rate for the 16550A is specified at 256kb.  However,
  1284.      due to the hardware design of the PC et al, 115kb is the maximum baud
  1285.      rate that can be programmed by software.
  1286.  
  1287.      The 16550A can be plugged into the same socket that contains an 8250,
  1288.      8250A or 16450.  If your SIO expansion board has the SIO chips in
  1289.      sockets, you can upgrade to the 16550A by simply removing the old
  1290.      chips and replacing them with 16550As.
  1291.  
  1292.  
  1293.  
  1294.  
  1295.                                                                          28
  1296.  
  1297.      The key to the performance increase of the 16550A is its FIFOs.  It
  1298.      has 16 byte FIFOs for both transmit and receive data.
  1299.  
  1300.      16550s Made by Western Digital
  1301.  
  1302.      I have been told, but I have not verified for myself, that 16550s made
  1303.      by Western Digital have a problem with their FIFOs when working at
  1304.      2400 baud or below.
  1305.  
  1306.      16C551
  1307.  
  1308.      The 16C551 is a CMOS version of the 16550AF.  See the above
  1309.      description of the 16C451 for a discussion of CMOS.  Do not feel you
  1310.      need to upgrade from a 16550A or AF to a 16C551.  There is no gain
  1311.      from an existing users point of view.
  1312.  
  1313.      16C552
  1314.  
  1315.      The 16C552 is two 16C551s on a single chip.
  1316.  
  1317.      16C554
  1318.  
  1319.      The 16C554 is four 16C551s on a single chip.
  1320.  
  1321.      82510
  1322.  
  1323.      I believe Intel is the only company that manufactures the 82510.  The
  1324.      82510 is feature rich with several modes of operation.  Its default
  1325.      mode is to operate as a 16450.  The 82510 has a 4 byte FIFO for both
  1326.      transmit and receive data.  A 4 byte FIFO is sufficient to provide
  1327.      significant performance over a basic 16450.
  1328.  
  1329.      The 82510 is small in size.  Therefore, it is found in many lap tops.
  1330.  
  1331.      The 82510 is somewhat of a sleeper.  I believe it would be much more
  1332.      widely used if Intel had promoted it more.  However, given a choice
  1333.      between the 82510 and the 16550A, I would select the 16550A.
  1334.  
  1335.  
  1336.  
  1337.  
  1338.                                                                          29
  1339.  
  1340.  
  1341.      16650
  1342.  
  1343.      The 16650 by Startech seems a good logical step in the evolution of
  1344.      the 8250 type UARTs.  One of the many flavors of the 16650 is a
  1345.      package that is pin compatible with the 40 pin (DIP) 16550s.  This
  1346.      means that the 16650 can be placed into the same socket as any 16550,
  1347.      8250, etc.
  1348.  
  1349.      The 16650 has enhanced the FIFOs to 32 bytes, added on chip flow
  1350.      control ability, and increases the maximum bit rate to 460800.  The on
  1351.      chip flow control is a really nice feature.  On chip flow control
  1352.      practically eliminates the possibility of missed receive characters. 
  1353.      On chip flow control also means that some devices that require
  1354.      immediate attention when it sends Xoff, like the Seiko Label Printer,
  1355.      will work much better in environments like OS/2 and Windows.
  1356.  
  1357.      The 32 byte FIFOs of the 16650 is an improvement over the 16550, but
  1358.      is still a disappointment.  I feel that 1k, or larger, FIFOs would
  1359.      have been a much better choice.  When I quizzed Startech about this,
  1360.      they replied that the 32 byte FIFOs were chosen to keep the cost down. 
  1361.      They added that if the 16650 is successful, they plan a 16750 with
  1362.      larger FIFOs.
  1363.  
  1364.      The 16650 powers up in a 16550 compatible mode, meaning most software
  1365.      written for the 16550 should work.  I have discovered a serious
  1366.      incompatibility in the current (Oct 1994) versions of the 16650.  All
  1367.      previous UARTS in the 8250 family will issue only a single transmit
  1368.      interrupt if no additional data is sent to the UART.  The 16650 on the
  1369.      other hand, will issue continuous transmit interrupts making it
  1370.      necessary to mask the transmit interrupt.  I quizzed Startech about
  1371.      this and was told that a new revision of the chip would be available
  1372.      within a few months that would correct this incompatibility.
  1373.  
  1374.  
  1375.  
  1376.  
  1377.                                                                          30
  1378.  
  1379.  
  1380.      ComBic
  1381.  
  1382.      The ComBic is a very impressive UART used on the Hayes ESP card and
  1383.      some others.  The ComBic is basically a 16550 UART with on chip flow
  1384.      control and 1k FIFOs and a maximum bit rate of 921600.   Like the
  1385.      16650, on chip flow control practically eliminates the possibility of
  1386.      missed receive characters.  On chip flow control also means that some
  1387.      devices that require immediate attention when it sends Xoff, like the
  1388.      Seiko Label Printer, will work much better in environments like OS/2
  1389.      and Windows.
  1390.  
  1391.      The ComBic has two modes of operation, compatibility mode and enhanced
  1392.      mode.  In compatibility mode, the UART acts as a 16550.  However, when
  1393.      in compatibility mode, the 1k FIFOs and on chip flow control can still
  1394.      be used.  In enhanced mode, software gains the ability to look into
  1395.      the FIFOs and determine the exact number of bytes loaded.  This
  1396.      feature enables software the use block input and output to the ComBic
  1397.      which greatly reduces processor overhead.
  1398.  
  1399.  
  1400.  
  1401.  
  1402.                                                                          31
  1403.  
  1404.                      Appendix C, Multi-Port Serial I/0 Cards
  1405.  
  1406.      I have received many requests for information about multi-port serial
  1407.      I/O card.  I will describe the boards that I know about (or have heard
  1408.      about) here.  I will add to the list as I receive precise information
  1409.      from manufactures, users, or I develop it myself.
  1410.  
  1411.      Please do not contact me for support on the following boards, contact
  1412.      the manufacturer.  The following tells of my experiences with the
  1413.      boards and does not imply support.  Your experiences with a given
  1414.      board may be different.
  1415.  
  1416.      STB 4COM  (ISA bus)
  1417.  
  1418.      I am very impressed with the STB 4COM card, they have almost got it. 
  1419.      Yes, its the same company that makes the VGA cards.  The 4COM card
  1420.      uses a 16554 which is the equivalent of four 16550A.  Comm ports can
  1421.      use IRQs 2/9, 3, 4, 5, 10, 11, 12, and 15.  Any or all ports can share
  1422.      IRQs, and they have done this right.  I tested SIO with all four ports
  1423.      of the 4COM on IRQ12 and they worked correctly.  The user can select
  1424.      any of the following I/O port address for a comm port: 3F8, 2F8, 3E8,
  1425.      2E8, 1A8, 1E8, 1F8, 2A8.
  1426.  
  1427.      The 4COM card is priced at $110 and I ordered mine from Prerapture
  1428.      Solutions which can be reached by telephone at 1-919-286-1502 for
  1429.      information and foreign callers.  In the US orders can be placed by
  1430.      calling 1-800-735-5266.  Their mailing address is:
  1431.           Prerapture Solutions
  1432.           1806 Albany St.
  1433.           Durham NC 27705-3135
  1434.  
  1435.      Connect Tech Dflex-8
  1436.  
  1437.      This is one of the most configure able communications cards that I
  1438.      have ever seen.  It has on board simms to configure the electrical
  1439.      characteristics (RS232, RS442 etc).  The board that I tested was
  1440.      configured for RS232 and has 8 Startech 16550 on it.  All 8 ports can
  1441.      be jumpered to the same IRQ and the IRQ sharing seems to work well
  1442.      with SIO and I detected no performance problems.
  1443.  
  1444.      I have no pricing information, the Dflex was supplied to me at no
  1445.      charge.  Connect Tech can be reached at 519-836-1291.  Their mailing
  1446.      address is:
  1447.  
  1448.      Connect Tech Inc.
  1449.      727 Speedvale Ave. West
  1450.      Guelph, Ontario, Canada
  1451.      N1K 1E6
  1452.  
  1453.  
  1454.  
  1455.  
  1456.                                                                          32
  1457.  
  1458.  
  1459.      Gtek BBS550 (ISA bus)
  1460.  
  1461.      The Gtek BBS550 is a communications card with the equivalent of 8
  1462.      16550s (in reality two 16554s) UARTs.  Where were these cards 5 years
  1463.      ago!  Like the STB 4COM, I am very impressed with the BBS550.  It has
  1464.      a wide range of selectable I/O port address, some in the 16 bit range
  1465.      (above 3FFh) which can be very useful.  I tested the board with all 8
  1466.      ports installed using IRQ3 (although I never had more than 3 ports
  1467.      active at the same time).  The board performed well using shared IRQs.
  1468.  
  1469.      The BBS550 has 8 RJ-45 connectors (10 pin), 6 of which comes directly
  1470.      off the back of the card.  The other two RJ-45 connectors are internal
  1471.      and special cables with grommets are supplier for these 2 ports.  The
  1472.      cables supplied with the BBS550 expands the RJ-45 out to standard DB-
  1473.      25 connectors.
  1474.  
  1475.      Gtek is located in St. Louis Mississippi.  Their phone number is 800-
  1476.      282-4835 or 601-467-8048.
  1477.  
  1478.      Neotech Quad Serial (MCA bus)
  1479.  
  1480.      Well, I just got my first PS/2 system (for testing of SIO) and I am
  1481.      using the NeoTech Quad Serial card in that system.  What can I say, it
  1482.      works beautifully and interrupt sharing has never been a problem on
  1483.      MCA systems.  This card (as shipped) came with four individual 16450
  1484.      chips installed, but they were in sockets so I installed 16550 UARTs
  1485.      before I installed the card.  The card has one large connector on the
  1486.      back of the card and the supplied cable expands that to 4 standard DB-
  1487.      25 connectors.  Those of you needing a good 4 port card for an MCA
  1488.      system contact:
  1489.  
  1490.           Neotech Inc
  1491.           30295 Solon Industrial Pkwy.
  1492.           Solon, Ohio 44139
  1493.  
  1494.           Voice     (216) 248-4114
  1495.           FAX       (216) 248-5701
  1496.  
  1497.  
  1498.  
  1499.  
  1500.                                                                          33
  1501.  
  1502.                                       INDEX
  1503.  
  1504.      16450 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1505.      16550 (Non A) . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1506.      16550A  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1507.      16550AF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1508.      16550AFN  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1509.      16550s Made by Western Digital  . . . . . . . . . . . . . . . . . . 28
  1510.      16650 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
  1511.      16C451  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
  1512.      16C551  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1513.      16C552  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1514.      16C554  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1515.      8250  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1516.      8250A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1517.      82510 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  1518.      Addresses and IRQ for COM3 through COM8 on the PS/2 . . . . . . . . 25
  1519.      Addresses and IRQs for COM1 and COM2  . . . . . . . . . . . . . . . 25
  1520.      Allow_Access_COMn . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1521.      Appendix A, Hardware Notes  . . . . . . . . . . . . . . . . . . . . 25
  1522.      Appendix B, SIO Chips . . . . . . . . . . . . . . . . . . . . . . . 26
  1523.      Appendix C, Multi-Port Serial I/0 Cards . . . . . . . . . . . . . . 31
  1524.      AUTOMATIC IRQ ASSIGNMENT  . . . . . . . . . . . . . . . . . . . . . 11
  1525.      BBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1526.      ComBic  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
  1527.      COMn already in use . . . . . . . . . . . . . . . . . . . . . . . . 21
  1528.      CompuServe  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1529.      CONFIG.SYS  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1530.      Connect Tech Dflex-8  . . . . . . . . . . . . . . . . . . . . . . . 31
  1531.      Defacto standard for COM3 and COM4  . . . . . . . . . . . . . . . . 25
  1532.      Development and Debugging Tools . . . . . . . . . . . . . . . . . .  8
  1533.      Differences between SIO/VSIO and COM/VCOM . . . . . . . . . . . . . 19
  1534.      Distribution  . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1535.      DOS SETTINGS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1536.      Email . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1537.      ESP in Compatibility Mode . . . . . . . . . . . . . . . . . . . . . 10
  1538.      Exclusive use . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
  1539.      FAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1540.      FAX Modems
  1541.           Class 1 FAX modem  . . . . . . . . . . . . . . . . . . . . . . 23
  1542.           Class 2 FAX modem  . . . . . . . . . . . . . . . . . . . . . . 23
  1543.      FaxWorks  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
  1544.      FIFO  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27, 28
  1545.      FMD.SYS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
  1546.      GETTING STARTED . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1547.      Gtek BBS550 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1548.      Hayes ESP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1549.      Installing SIO/VSIO . . . . . . . . . . . . . . . . . . . . . . . .  5
  1550.      Intellegent Cards Supported . . . . . . . . . . . . . . . . . . . . 10
  1551.      IRQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  6, 11
  1552.      IRQ SHARING ON ISA  . . . . . . . . . . . . . . . . . . . . . . . . 24
  1553.      ISA buss  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1554.      MCA buss  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
  1555.      National Semiconductor Corporation  . . . . . . . . . . . . . . . . 26
  1556.      Neotech Quad Serial . . . . . . . . . . . . . . . . . . . . . . . . 32
  1557.  
  1558.  
  1559.  
  1560.  
  1561.                                                                          34
  1562.  
  1563.      Ordering  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1564.      OS2BVEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1565.      PCMCIA  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
  1566.      PDD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  2
  1567.      Physical Device Driver  . . . . . . . . . . . . . . . . . . . . . .  2
  1568.      PKUNZIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1569.           Authentic files  . . . . . . . . . . . . . . . . . . . . . . .  5
  1570.      PMLM.EXE  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  8
  1571.      PROBLEMS AND SOLUTIONS  . . . . . . . . . . . . . . . . . . . . . . 21
  1572.      Quick Start . . . . . . . . . . . . . . . . . . . . . . . . . . . .  5
  1573.      RTS/CTS handshaking . . . . . . . . . . . . . . . . . . . . . . . .  2
  1574.      Seiko Smart Label Printer . . . . . . . . . . . . . . . . . 15, 17, 18
  1575.      Serial Printer  . . . . . . . . . . . . . . . . . . . . . . . . . . 23
  1576.      SIO Chips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1577.      SIO Technical Reference Manual  . . . . . . . . . . . . . . . . . .  i
  1578.      SIO's Utility (SU.EXE)  . . . . . . . . . . . . . . . . . . . . . .  9
  1579.      SIO_Mode_DTR  . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
  1580.      SIO_Mode_FIFO_Load_Count  . . . . . . . . . . . . . . . . . . . . . 17
  1581.      SIO_Mode_IDSR . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
  1582.      SIO_Mode_OCTS . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1583.      SIO_Mode_ODSR . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1584.      SIO_Mode_RTS  . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
  1585.      SIO_Mode_XON/XOFF . . . . . . . . . . . . . . . . . . . . . . . . . 16
  1586.      SIO_Screen_Sync_Kludge  . . . . . . . . . . . . . . . . . . . . . . 13
  1587.      SIO_Share_Access_With_OS/2  . . . . . . . . . . . . . . . . . . . . 12
  1588.      SLIP  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
  1589.      STB 4COM  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
  1590.      Support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  3
  1591.      Telcor Tport  . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1592.      UART  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
  1593.      Updates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
  1594.      VDD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  2
  1595.      VIEWPMLM.EXE  . . . . . . . . . . . . . . . . . . . . . . . . . . .  9
  1596.      Virtual Device Driver . . . . . . . . . . . . . . . . . . . . . . .  2
  1597.      Virtualize_16550A_For_COM . . . . . . . . . . . . . . . . . . . . . 12
  1598.      Virtualize_COM_Ports  . . . . . . . . . . . . . . . . . . . . . . . 12
  1599.      WHAT IS SIO . . . . . . . . . . . . . . . . . . . . . . . . . . . .  1
  1600.      WHAT IS VSIO  . . . . . . . . . . . . . . . . . . . . . . . . . . .  2
  1601.      WinFax  . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21, 23
  1602.